Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / Implicit Type Conversion Operator / Implicit Type Conversion(RdlEnum<T>,String) Operator
The string to convert.

In This Topic
    Implicit Type Conversion(RdlEnum<T>,String) Operator
    In This Topic
    Converts a string to an RdlEnum<T> value.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As String _
    ) As RdlEnum(Of T)
    public RdlEnum<T> operator implicit( 
       string value
    )

    Parameters

    value
    The string to convert.

    Return Value

    The RdlEnum<T> instance.
    See Also